Autogenerated HTML docs for v1.6.1-rc3-51-g5832d
diff --git a/git-fast-export.txt b/git-fast-export.txt index 99a1c31..0c9eb56 100644 --- a/git-fast-export.txt +++ b/git-fast-export.txt
@@ -65,6 +65,12 @@ incremental bidirectional exporting of the repository by keeping the marks the same across runs. +--fake-missing-tagger:: + Some old repositories have tags without a tagger. The + fast-import protocol was pretty strict about that, and did not + allow that. So fake a tagger to be able to fast-import the + output. + EXAMPLES --------